Html Css Color HEX #67181D Pohutukawa

📋 copy color: '#67181D'

red 103 ◦ green 24 ◦ blue 29

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

Shades of Pohutukawa #67181D

Tints of Pohutukawa #67181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.59%

R = 66.03%
G = 15.38%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#67181D (or 0x67181D) is known color: Pohutukawa. HEX triplet: 67, 18 and 1D. RGB value is (103,24,29). Sum of RGB (Red+Green+Blue) = 103+24+29=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #67181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67181D is #98E7E2. Grayscale: #303030. Windows color (decimal): -10020835 or 1906791. OLE color: 1906791.

HSL color Cylindrical-coordinate representation of color #67181D: hue angle of 356.2º 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 #67181D is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 24 29 -
CMYK 0 0.77 0.72 0.60
HSL 356.2º 0.62% 0.25% -
HSV(B) 356.2º 0.77% 0.4% -
XYZ 6.14 3.63 1.54 -
YUV 48.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 103 24 29 0 0.77 0.72 0.60 356.2 0.62 0.25
Hex 67 18 1D 0 4D 48 3C 164 3E 19
Octal 147 30 35 0 115 110 74 544 76 31
Binary 1100111 11000 11101 0 1001101 1001000 111100 101100100 111110 11001

Color Harmonies of #67181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67181D

Black with #67181D

Text Example


Text Example

White with #67181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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