Html Css Color HEX #670F19 Pohutukawa

📋 copy color: '#670F19'

red 103 ◦ green 15 ◦ blue 25

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

Shades of Pohutukawa #670F19

Tints of Pohutukawa #670F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.49%

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

R = 72.03%
G = 10.49%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#670F19 (or 0x670F19) is known color: Pohutukawa. HEX triplet: 67, 0F and 19. RGB value is (103,15,25). Sum of RGB (Red+Green+Blue) = 103+15+25=143 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.03% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 103 - color contains mainly: red. Hex color #670F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670F19 is #98F0E6. Grayscale: #2A2A2A. Windows color (decimal): -10023143 or 1642343. OLE color: 1642343.

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

Color convert

RGB 103 15 25 -
CMYK 0 0.85 0.76 0.60
HSL 353.18º 0.75% 0.23% -
HSV(B) 353.18º 0.85% 0.4% -
XYZ 5.94 3.3 1.24 -
YUV 42.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 103 15 25 0 0.85 0.76 0.60 353.18 0.75 0.23
Hex 67 F 19 0 55 4C 3C 161 4B 17
Octal 147 17 31 0 125 114 74 541 113 27
Binary 1100111 1111 11001 0 1010101 1001100 111100 101100001 1001011 10111

Color Harmonies of #670F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670F19

Black with #670F19

Text Example


Text Example

White with #670F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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