Html Css Color HEX #67181C Pohutukawa

📋 copy color: '#67181C'

red 103 ◦ green 24 ◦ blue 28

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

Shades of Pohutukawa #67181C

Tints of Pohutukawa #67181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.48%

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

R = 66.45%
G = 15.48%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#67181C (or 0x67181C) is known color: Pohutukawa. HEX triplet: 67, 18 and 1C. RGB value is (103,24,28). Sum of RGB (Red+Green+Blue) = 103+24+28=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #67181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67181C is #98E7E3. Grayscale: #303030. Windows color (decimal): -10020836 or 1841255. OLE color: 1841255.

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

Color convert

RGB 103 24 28 -
CMYK 0 0.77 0.73 0.60
HSL 356.96º 0.62% 0.25% -
HSV(B) 356.96º 0.77% 0.4% -
XYZ 6.13 3.62 1.47 -
YUV 48.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 103 24 28 0 0.77 0.73 0.60 356.96 0.62 0.25
Hex 67 18 1C 0 4D 49 3C 165 3E 19
Octal 147 30 34 0 115 111 74 545 76 31
Binary 1100111 11000 11100 0 1001101 1001001 111100 101100101 111110 11001

Color Harmonies of #67181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67181C

Black with #67181C

Text Example


Text Example

White with #67181C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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