Html Css Color HEX #67171F Pohutukawa

📋 copy color: '#67171F'

red 103 ◦ green 23 ◦ blue 31

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

Shades of Pohutukawa #67171F

Tints of Pohutukawa #67171F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.75%

R = 65.61%
G = 14.65%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#67171F (or 0x67171F) is known color: Pohutukawa. HEX triplet: 67, 17 and 1F. RGB value is (103,23,31). Sum of RGB (Red+Green+Blue) = 103+23+31=157 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.61% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 103 - color contains mainly: red. Hex color #67171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67171F is #98E8E0. Grayscale: #2F2F2F. Windows color (decimal): -10021089 or 2037607. OLE color: 2037607.

HSL color Cylindrical-coordinate representation of color #67171F: hue angle of 354º 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 #67171F is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 23 31 -
CMYK 0 0.78 0.70 0.60
HSL 354º 0.63% 0.25% -
HSV(B) 354º 0.78% 0.4% -
XYZ 6.15 3.6 1.67 -
YUV 47.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 103 23 31 0 0.78 0.70 0.60 354 0.63 0.25
Hex 67 17 1F 0 4E 46 3C 162 3F 19
Octal 147 27 37 0 116 106 74 542 77 31
Binary 1100111 10111 11111 0 1001110 1000110 111100 101100010 111111 11001

Color Harmonies of #67171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67171F

Black with #67171F

Text Example


Text Example

White with #67171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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