Html Css Color HEX #670819 Pohutukawa

📋 copy color: '#670819'

red 103 ◦ green 8 ◦ blue 25

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

Shades of Pohutukawa #670819

Tints of Pohutukawa #670819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.88%

 BLUE value IS 25 (10.16% from 255) = 18.38%

R = 75.74%
G = 5.88%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#670819 (or 0x670819) is known color: Pohutukawa. HEX triplet: 67, 08 and 19. RGB value is (103,8,25). Sum of RGB (Red+Green+Blue) = 103+8+25=136 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.74% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 103 - color contains mainly: red. Hex color #670819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670819 is #98F7E6. Grayscale: #262626. Windows color (decimal): -10024935 or 1640551. OLE color: 1640551.

HSL color Cylindrical-coordinate representation of color #670819: hue angle of 349.26º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670819 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 8 25 -
CMYK 0 0.92 0.76 0.60
HSL 349.26º 0.86% 0.22% -
HSV(B) 349.26º 0.92% 0.4% -
XYZ 5.86 3.13 1.21 -
YUV 38.34 120.47 174.12 -
System Red Green Blue C M Y K H S L
Decimal 103 8 25 0 0.92 0.76 0.60 349.26 0.86 0.22
Hex 67 8 19 0 5C 4C 3C 15D 56 16
Octal 147 10 31 0 134 114 74 535 126 26
Binary 1100111 1000 11001 0 1011100 1001100 111100 101011101 1010110 10110

Color Harmonies of #670819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670819

Black with #670819

Text Example


Text Example

White with #670819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670819; }

 p { color: rgb(103,8,25); }

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

background-color css

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

 a { background-color: rgb(103,8,25); }

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

border-color css

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

 span { border-color: rgb(103,8,25); }

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