Html Css Color HEX #6B0A0F Pohutukawa

📋 copy color: '#6B0A0F'

red 107 ◦ green 10 ◦ blue 15

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

Shades of Pohutukawa #6B0A0F

Tints of Pohutukawa #6B0A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.58%

 BLUE value IS 15 (6.25% from 255) = 11.36%

R = 81.06%
G = 7.58%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6B0A0F (or 0x6B0A0F) is known color: Pohutukawa. HEX triplet: 6B, 0A and 0F. RGB value is (107,10,15). Sum of RGB (Red+Green+Blue) = 107+10+15=132 (17% of max value = 765). Red value is 107 (42.19% from 255 or 81.06% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0A0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0A0F is #94F5F0. Grayscale: #272727. Windows color (decimal): -9762289 or 985707. OLE color: 985707.

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

Color convert

RGB 107 10 15 -
CMYK 0 0.91 0.86 0.58
HSL 356.91º 0.83% 0.23% -
HSV(B) 356.91º 0.91% 0.42% -
XYZ 6.26 3.38 0.77 -
YUV 39.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 107 10 15 0 0.91 0.86 0.58 356.91 0.83 0.23
Hex 6B A F 0 5B 56 3A 165 53 17
Octal 153 12 17 0 133 126 72 545 123 27
Binary 1101011 1010 1111 0 1011011 1010110 111010 101100101 1010011 10111

Color Harmonies of #6B0A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0A0F

Black with #6B0A0F

Text Example


Text Example

White with #6B0A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,10,15); }

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

background-color css

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

 a { background-color: rgb(107,10,15); }

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

border-color css

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

 span { border-color: rgb(107,10,15); }

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