Html Css Color HEX #6B0E1C Pohutukawa

📋 copy color: '#6B0E1C'

red 107 ◦ green 14 ◦ blue 28

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

Shades of Pohutukawa #6B0E1C

Tints of Pohutukawa #6B0E1C

RGB

 RED value IS 107 (42.19% from 255) = 71.81%

 GREEN value IS 14 (5.86% from 255) = 9.4%

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

R = 71.81%
G = 9.4%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6B0E1C (or 0x6B0E1C) is known color: Pohutukawa. HEX triplet: 6B, 0E and 1C. RGB value is (107,14,28). Sum of RGB (Red+Green+Blue) = 107+14+28=149 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.81% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0E1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0E1C is #94F1E3. Grayscale: #2B2B2B. Windows color (decimal): -9761252 or 1838699. OLE color: 1838699.

HSL color Cylindrical-coordinate representation of color #6B0E1C: hue angle of 350.97º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B0E1C is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 14 28 -
CMYK 0 0.87 0.74 0.58
HSL 350.97º 0.77% 0.24% -
HSV(B) 350.97º 0.87% 0.42% -
XYZ 6.43 3.52 1.44 -
YUV 43.4 119.31 173.36 -
System Red Green Blue C M Y K H S L
Decimal 107 14 28 0 0.87 0.74 0.58 350.97 0.77 0.24
Hex 6B E 1C 0 57 4A 3A 15F 4D 18
Octal 153 16 34 0 127 112 72 537 115 30
Binary 1101011 1110 11100 0 1010111 1001010 111010 101011111 1001101 11000

Color Harmonies of #6B0E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0E1C

Black with #6B0E1C

Text Example


Text Example

White with #6B0E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B0E1C; }

 p { color: rgb(107,14,28); }

 H1.HeaderClassName
 {
   color: #6B0E1C;
 }
 .AnyTagClassName
 {
   color: #6B0E1C;
 }
</style>

background-color css

<style>
 a { background-color: #6B0E1C; }

 a { background-color: rgb(107,14,28); }

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

border-color css

<style>
 span { border-color: #6B0E1C; }

 span { border-color: rgb(107,14,28); }

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