Html Css Color HEX #6B0B1D Pohutukawa

📋 copy color: '#6B0B1D'

red 107 ◦ green 11 ◦ blue 29

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

Shades of Pohutukawa #6B0B1D

Tints of Pohutukawa #6B0B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.73%

R = 72.79%
G = 7.48%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6B0B1D (or 0x6B0B1D) is known color: Pohutukawa. HEX triplet: 6B, 0B and 1D. RGB value is (107,11,29). Sum of RGB (Red+Green+Blue) = 107+11+29=147 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.79% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0B1D is #94F4E2. Grayscale: #292929. Windows color (decimal): -9762019 or 1903467. OLE color: 1903467.

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

Color convert

RGB 107 11 29 -
CMYK 0 0.90 0.73 0.58
HSL 348.75º 0.81% 0.23% -
HSV(B) 348.75º 0.9% 0.42% -
XYZ 6.4 3.45 1.49 -
YUV 41.76 120.8 174.54 -
System Red Green Blue C M Y K H S L
Decimal 107 11 29 0 0.90 0.73 0.58 348.75 0.81 0.23
Hex 6B B 1D 0 5A 49 3A 15D 51 17
Octal 153 13 35 0 132 111 72 535 121 27
Binary 1101011 1011 11101 0 1011010 1001001 111010 101011101 1010001 10111

Color Harmonies of #6B0B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0B1D

Black with #6B0B1D

Text Example


Text Example

White with #6B0B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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