Html Css Color HEX #67171E Pohutukawa

📋 copy color: '#67171E'

red 103 ◦ green 23 ◦ blue 30

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

Shades of Pohutukawa #67171E

Tints of Pohutukawa #67171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.74%

 BLUE value IS 30 (12.11% from 255) = 19.23%

R = 66.03%
G = 14.74%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#67171E (or 0x67171E) is known color: Pohutukawa. HEX triplet: 67, 17 and 1E. RGB value is (103,23,30). Sum of RGB (Red+Green+Blue) = 103+23+30=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #67171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67171E is #98E8E1. Grayscale: #2F2F2F. Windows color (decimal): -10021090 or 1972071. OLE color: 1972071.

HSL color Cylindrical-coordinate representation of color #67171E: hue angle of 354.75º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67171E is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 23 30 -
CMYK 0 0.78 0.71 0.60
HSL 354.75º 0.63% 0.25% -
HSV(B) 354.75º 0.78% 0.4% -
XYZ 6.13 3.59 1.6 -
YUV 47.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 103 23 30 0 0.78 0.71 0.60 354.75 0.63 0.25
Hex 67 17 1E 0 4E 47 3C 163 3F 19
Octal 147 27 36 0 116 107 74 543 77 31
Binary 1100111 10111 11110 0 1001110 1000111 111100 101100011 111111 11001

Color Harmonies of #67171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67171E

Black with #67171E

Text Example


Text Example

White with #67171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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