Html Css Color HEX #6B0C21 Pohutukawa

📋 copy color: '#6B0C21'

red 107 ◦ green 12 ◦ blue 33

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

Shades of Pohutukawa #6B0C21

Tints of Pohutukawa #6B0C21

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.89%

 BLUE value IS 33 (13.28% from 255) = 21.71%

R = 70.39%
G = 7.89%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6B0C21 (or 0x6B0C21) is known color: Pohutukawa. HEX triplet: 6B, 0C and 21. RGB value is (107,12,33). Sum of RGB (Red+Green+Blue) = 107+12+33=152 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.39% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0C21 is #94F3DE. Grayscale: #2A2A2A. Windows color (decimal): -9761759 or 2165867. OLE color: 2165867.

HSL color Cylindrical-coordinate representation of color #6B0C21: hue angle of 346.74º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0C21 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 12 33 -
CMYK 0 0.89 0.69 0.58
HSL 346.74º 0.8% 0.23% -
HSV(B) 346.74º 0.89% 0.42% -
XYZ 6.47 3.5 1.77 -
YUV 42.8 122.47 173.79 -
System Red Green Blue C M Y K H S L
Decimal 107 12 33 0 0.89 0.69 0.58 346.74 0.8 0.23
Hex 6B C 21 0 59 45 3A 15B 50 17
Octal 153 14 41 0 131 105 72 533 120 27
Binary 1101011 1100 100001 0 1011001 1000101 111010 101011011 1010000 10111

Color Harmonies of #6B0C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0C21

Black with #6B0C21

Text Example


Text Example

White with #6B0C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,12,33); }

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

background-color css

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

 a { background-color: rgb(107,12,33); }

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

border-color css

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

 span { border-color: rgb(107,12,33); }

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