Html Css Color HEX #671217 Pohutukawa

📋 copy color: '#671217'

red 103 ◦ green 18 ◦ blue 23

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

Shades of Pohutukawa #671217

Tints of Pohutukawa #671217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.5%

 BLUE value IS 23 (9.38% from 255) = 15.97%

R = 71.53%
G = 12.5%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#671217 (or 0x671217) is known color: Pohutukawa. HEX triplet: 67, 12 and 17. RGB value is (103,18,23). Sum of RGB (Red+Green+Blue) = 103+18+23=144 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.53% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 103 - color contains mainly: red. Hex color #671217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671217 is #98EDE8. Grayscale: #2C2C2C. Windows color (decimal): -10022377 or 1512039. OLE color: 1512039.

HSL color Cylindrical-coordinate representation of color #671217: hue angle of 356.47º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671217 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 18 23 -
CMYK 0 0.83 0.78 0.60
HSL 356.47º 0.7% 0.24% -
HSV(B) 356.47º 0.83% 0.4% -
XYZ 5.96 3.38 1.15 -
YUV 43.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 103 18 23 0 0.83 0.78 0.60 356.47 0.7 0.24
Hex 67 12 17 0 53 4E 3C 164 46 18
Octal 147 22 27 0 123 116 74 544 106 30
Binary 1100111 10010 10111 0 1010011 1001110 111100 101100100 1000110 11000

Color Harmonies of #671217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671217

Black with #671217

Text Example


Text Example

White with #671217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671217; }

 p { color: rgb(103,18,23); }

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

background-color css

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

 a { background-color: rgb(103,18,23); }

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

border-color css

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

 span { border-color: rgb(103,18,23); }

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