Html Css Color HEX #67111B Pohutukawa

📋 copy color: '#67111B'

red 103 ◦ green 17 ◦ blue 27

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

Shades of Pohutukawa #67111B

Tints of Pohutukawa #67111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.56%

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

R = 70.07%
G = 11.56%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#67111B (or 0x67111B) is known color: Pohutukawa. HEX triplet: 67, 11 and 1B. RGB value is (103,17,27). Sum of RGB (Red+Green+Blue) = 103+17+27=147 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.07% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 103 - color contains mainly: red. Hex color #67111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67111B is #98EEE4. Grayscale: #2B2B2B. Windows color (decimal): -10022629 or 1773927. OLE color: 1773927.

HSL color Cylindrical-coordinate representation of color #67111B: hue angle of 353.02º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67111B is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 17 27 -
CMYK 0 0.83 0.74 0.60
HSL 353.02º 0.72% 0.24% -
HSV(B) 353.02º 0.83% 0.4% -
XYZ 5.99 3.36 1.37 -
YUV 43.85 118.49 170.19 -
System Red Green Blue C M Y K H S L
Decimal 103 17 27 0 0.83 0.74 0.60 353.02 0.72 0.24
Hex 67 11 1B 0 53 4A 3C 161 48 18
Octal 147 21 33 0 123 112 74 541 110 30
Binary 1100111 10001 11011 0 1010011 1001010 111100 101100001 1001000 11000

Color Harmonies of #67111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67111B

Black with #67111B

Text Example


Text Example

White with #67111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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