Html Css Color HEX #67181B Pohutukawa

📋 copy color: '#67181B'

red 103 ◦ green 24 ◦ blue 27

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

Shades of Pohutukawa #67181B

Tints of Pohutukawa #67181B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.53%

R = 66.88%
G = 15.58%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#67181B (or 0x67181B) is known color: Pohutukawa. HEX triplet: 67, 18 and 1B. RGB value is (103,24,27). Sum of RGB (Red+Green+Blue) = 103+24+27=154 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.88% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 103 - color contains mainly: red. Hex color #67181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67181B is #98E7E4. Grayscale: #303030. Windows color (decimal): -10020837 or 1775719. OLE color: 1775719.

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

Color convert

RGB 103 24 27 -
CMYK 0 0.77 0.74 0.60
HSL 357.72º 0.62% 0.25% -
HSV(B) 357.72º 0.77% 0.4% -
XYZ 6.12 3.62 1.41 -
YUV 47.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 103 24 27 0 0.77 0.74 0.60 357.72 0.62 0.25
Hex 67 18 1B 0 4D 4A 3C 166 3E 19
Octal 147 30 33 0 115 112 74 546 76 31
Binary 1100111 11000 11011 0 1001101 1001010 111100 101100110 111110 11001

Color Harmonies of #67181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67181B

Black with #67181B

Text Example


Text Example

White with #67181B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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