Html Css Color HEX #67302F Persian Plum

📋 copy color: '#67302F'

red 103 ◦ green 48 ◦ blue 47

#67302F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Plum #67302F

Tints of Persian Plum #67302F

RGB

 RED value IS 103 (40.63% from 255) = 52.02%

 GREEN value IS 48 (19.14% from 255) = 24.24%

 BLUE value IS 47 (18.75% from 255) = 23.74%

R = 52.02%
G = 24.24%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#67302F (or 0x67302F) is known color: Persian Plum. HEX triplet: 67, 30 and 2F. RGB value is (103,48,47). Sum of RGB (Red+Green+Blue) = 103+48+47=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #67302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67302F is #98CFD0. Grayscale: #404040. Windows color (decimal): -10014673 or 3092583. OLE color: 3092583.

HSL color Cylindrical-coordinate representation of color #67302F: hue angle of 1.07º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67302F is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 48 47 -
CMYK 0 0.53 0.54 0.60
HSL 1.07º 0.37% 0.29% -
HSV(B) 1.07º 0.54% 0.4% -
XYZ 7.16 5.2 3.32 -
YUV 64.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 103 48 47 0 0.53 0.54 0.60 1.07 0.37 0.29
Hex 67 30 2F 0 35 36 3C 1 25 1D
Octal 147 60 57 0 65 66 74 1 45 35
Binary 1100111 110000 101111 0 110101 110110 111100 1 100101 11101

Color Harmonies of #67302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67302F

Black with #67302F

Text Example


Text Example

White with #67302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67302F; }

 p { color: rgb(103,48,47); }

 H1.HeaderClassName
 {
   color: #67302F;
 }
 .AnyTagClassName
 {
   color: #67302F;
 }
</style>

background-color css

<style>
 a { background-color: #67302F; }

 a { background-color: rgb(103,48,47); }

 div.DivClassName
 {
   background-color: #67302F;
 }
 .BgClassName
 {
   background-color: #67302F;
 }
</style>

border-color css

<style>
 span { border-color: #67302F; }

 span { border-color: rgb(103,48,47); }

 td.TdClassName
 {
   border-color: #67302F;
 }
 .TagClassName
 {
   border-color: #67302F;
 }
</style>