Html Css Color HEX #671417 Pohutukawa

📋 copy color: '#671417'

red 103 ◦ green 20 ◦ blue 23

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

Shades of Pohutukawa #671417

Tints of Pohutukawa #671417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.7%

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

R = 70.55%
G = 13.7%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#671417 (or 0x671417) is known color: Pohutukawa. HEX triplet: 67, 14 and 17. RGB value is (103,20,23). Sum of RGB (Red+Green+Blue) = 103+20+23=146 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.55% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 103 - color contains mainly: red. Hex color #671417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671417 is #98EBE8. Grayscale: #2D2D2D. Windows color (decimal): -10021865 or 1512551. OLE color: 1512551.

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

Color convert

RGB 103 20 23 -
CMYK 0 0.81 0.78 0.60
HSL 357.83º 0.67% 0.24% -
HSV(B) 357.83º 0.81% 0.4% -
XYZ 6 3.45 1.16 -
YUV 45.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 103 20 23 0 0.81 0.78 0.60 357.83 0.67 0.24
Hex 67 14 17 0 51 4E 3C 166 43 18
Octal 147 24 27 0 121 116 74 546 103 30
Binary 1100111 10100 10111 0 1010001 1001110 111100 101100110 1000011 11000

Color Harmonies of #671417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671417

Black with #671417

Text Example


Text Example

White with #671417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671417; }

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

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

background-color css

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

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

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

border-color css

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

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

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