Html Css Color HEX #6B0A19 Pohutukawa

📋 copy color: '#6B0A19'

red 107 ◦ green 10 ◦ blue 25

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

Shades of Pohutukawa #6B0A19

Tints of Pohutukawa #6B0A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.61%

R = 75.35%
G = 7.04%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#6B0A19 (or 0x6B0A19) is known color: Pohutukawa. HEX triplet: 6B, 0A and 19. RGB value is (107,10,25). Sum of RGB (Red+Green+Blue) = 107+10+25=142 (18% of max value = 765). Red value is 107 (42.19% from 255 or 75.35% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0A19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0A19 is #94F5E6. Grayscale: #282828. Windows color (decimal): -9762279 or 1641067. OLE color: 1641067.

HSL color Cylindrical-coordinate representation of color #6B0A19: hue angle of 350.72º 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 #6B0A19 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 10 25 -
CMYK 0 0.91 0.77 0.58
HSL 350.72º 0.83% 0.23% -
HSV(B) 350.72º 0.91% 0.42% -
XYZ 6.35 3.41 1.24 -
YUV 40.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 107 10 25 0 0.91 0.77 0.58 350.72 0.83 0.23
Hex 6B A 19 0 5B 4D 3A 15F 53 17
Octal 153 12 31 0 133 115 72 537 123 27
Binary 1101011 1010 11001 0 1011011 1001101 111010 101011111 1010011 10111

Color Harmonies of #6B0A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0A19

Black with #6B0A19

Text Example


Text Example

White with #6B0A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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