Html Css Color HEX #67191C Pohutukawa

📋 copy color: '#67191C'

red 103 ◦ green 25 ◦ blue 28

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

Shades of Pohutukawa #67191C

Tints of Pohutukawa #67191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.03%

 BLUE value IS 28 (11.33% from 255) = 17.95%

R = 66.03%
G = 16.03%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#67191C (or 0x67191C) is known color: Pohutukawa. HEX triplet: 67, 19 and 1C. RGB value is (103,25,28). Sum of RGB (Red+Green+Blue) = 103+25+28=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #67191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67191C is #98E6E3. Grayscale: #303030. Windows color (decimal): -10020580 or 1841511. OLE color: 1841511.

HSL color Cylindrical-coordinate representation of color #67191C: hue angle of 357.69º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67191C is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 25 28 -
CMYK 0 0.76 0.73 0.60
HSL 357.69º 0.61% 0.25% -
HSV(B) 357.69º 0.76% 0.4% -
XYZ 6.15 3.66 1.48 -
YUV 48.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 103 25 28 0 0.76 0.73 0.60 357.69 0.61 0.25
Hex 67 19 1C 0 4C 49 3C 166 3D 19
Octal 147 31 34 0 114 111 74 546 75 31
Binary 1100111 11001 11100 0 1001100 1001001 111100 101100110 111101 11001

Color Harmonies of #67191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67191C

Black with #67191C

Text Example


Text Example

White with #67191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67191C; }

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

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

background-color css

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

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

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

border-color css

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

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

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