Html Css Color HEX #6B0B19 Pohutukawa

📋 copy color: '#6B0B19'

red 107 ◦ green 11 ◦ blue 25

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

Shades of Pohutukawa #6B0B19

Tints of Pohutukawa #6B0B19

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.69%

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

R = 74.83%
G = 7.69%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#6B0B19 (or 0x6B0B19) is known color: Pohutukawa. HEX triplet: 6B, 0B and 19. RGB value is (107,11,25). Sum of RGB (Red+Green+Blue) = 107+11+25=143 (18% of max value = 765). Red value is 107 (42.19% from 255 or 74.83% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0B19 is #94F4E6. Grayscale: #292929. Windows color (decimal): -9762023 or 1641323. OLE color: 1641323.

HSL color Cylindrical-coordinate representation of color #6B0B19: hue angle of 351.25º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0B19 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 11 25 -
CMYK 0 0.90 0.77 0.58
HSL 351.25º 0.81% 0.23% -
HSV(B) 351.25º 0.9% 0.42% -
XYZ 6.36 3.44 1.25 -
YUV 41.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 107 11 25 0 0.90 0.77 0.58 351.25 0.81 0.23
Hex 6B B 19 0 5A 4D 3A 15F 51 17
Octal 153 13 31 0 132 115 72 537 121 27
Binary 1101011 1011 11001 0 1011010 1001101 111010 101011111 1010001 10111

Color Harmonies of #6B0B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0B19

Black with #6B0B19

Text Example


Text Example

White with #6B0B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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