Html Css Color HEX #67111D Pohutukawa

📋 copy color: '#67111D'

red 103 ◦ green 17 ◦ blue 29

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

Shades of Pohutukawa #67111D

Tints of Pohutukawa #67111D

RGB

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

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

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

R = 69.13%
G = 11.41%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#67111D (or 0x67111D) is known color: Pohutukawa. HEX triplet: 67, 11 and 1D. RGB value is (103,17,29). Sum of RGB (Red+Green+Blue) = 103+17+29=149 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.13% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 103 - color contains mainly: red. Hex color #67111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67111D is #98EEE2. Grayscale: #2C2C2C. Windows color (decimal): -10022627 or 1904999. OLE color: 1904999.

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

Color convert

RGB 103 17 29 -
CMYK 0 0.83 0.72 0.60
HSL 351.63º 0.72% 0.24% -
HSV(B) 351.63º 0.83% 0.4% -
XYZ 6.02 3.37 1.5 -
YUV 44.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 103 17 29 0 0.83 0.72 0.60 351.63 0.72 0.24
Hex 67 11 1D 0 53 48 3C 160 48 18
Octal 147 21 35 0 123 110 74 540 110 30
Binary 1100111 10001 11101 0 1010011 1001000 111100 101100000 1001000 11000

Color Harmonies of #67111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67111D

Black with #67111D

Text Example


Text Example

White with #67111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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