Html Css Color HEX #670C24 Pohutukawa

📋 copy color: '#670C24'

red 103 ◦ green 12 ◦ blue 36

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

Shades of Pohutukawa #670C24

Tints of Pohutukawa #670C24

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.95%

 BLUE value IS 36 (14.45% from 255) = 23.84%

R = 68.21%
G = 7.95%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#670C24 (or 0x670C24) is known color: Pohutukawa. HEX triplet: 67, 0C and 24. RGB value is (103,12,36). Sum of RGB (Red+Green+Blue) = 103+12+36=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #670C24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C24 is #98F3DB. Grayscale: #292929. Windows color (decimal): -10023900 or 2362471. OLE color: 2362471.

HSL color Cylindrical-coordinate representation of color #670C24: hue angle of 344.18º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670C24 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 12 36 -
CMYK 0 0.88 0.65 0.60
HSL 344.18º 0.79% 0.23% -
HSV(B) 344.18º 0.88% 0.4% -
XYZ 6.04 3.27 1.98 -
YUV 41.95 124.65 171.55 -
System Red Green Blue C M Y K H S L
Decimal 103 12 36 0 0.88 0.65 0.60 344.18 0.79 0.23
Hex 67 C 24 0 58 41 3C 158 4F 17
Octal 147 14 44 0 130 101 74 530 117 27
Binary 1100111 1100 100100 0 1011000 1000001 111100 101011000 1001111 10111

Color Harmonies of #670C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670C24

Black with #670C24

Text Example


Text Example

White with #670C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670C24; }

 p { color: rgb(103,12,36); }

 H1.HeaderClassName
 {
   color: #670C24;
 }
 .AnyTagClassName
 {
   color: #670C24;
 }
</style>

background-color css

<style>
 a { background-color: #670C24; }

 a { background-color: rgb(103,12,36); }

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

border-color css

<style>
 span { border-color: #670C24; }

 span { border-color: rgb(103,12,36); }

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