Html Css Color HEX #6B0B27 Pohutukawa

📋 copy color: '#6B0B27'

red 107 ◦ green 11 ◦ blue 39

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

Shades of Pohutukawa #6B0B27

Tints of Pohutukawa #6B0B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 24.84%

R = 68.15%
G = 7.01%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6B0B27 (or 0x6B0B27) is known color: Pohutukawa. HEX triplet: 6B, 0B and 27. RGB value is (107,11,39). Sum of RGB (Red+Green+Blue) = 107+11+39=157 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.15% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0B27 is #94F4D8. Grayscale: #2A2A2A. Windows color (decimal): -9762009 or 2558827. OLE color: 2558827.

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

Color convert

RGB 107 11 39 -
CMYK 0 0.90 0.64 0.58
HSL 342.5º 0.81% 0.23% -
HSV(B) 342.5º 0.9% 0.42% -
XYZ 6.55 3.51 2.25 -
YUV 42.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 107 11 39 0 0.90 0.64 0.58 342.5 0.81 0.23
Hex 6B B 27 0 5A 40 3A 156 51 17
Octal 153 13 47 0 132 100 72 526 121 27
Binary 1101011 1011 100111 0 1011010 1000000 111010 101010110 1010001 10111

Color Harmonies of #6B0B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0B27

Black with #6B0B27

Text Example


Text Example

White with #6B0B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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