#6B0E1B

Color #6B0E1B Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #6B0E1B

Tints of Pohutukawa #6B0E1B

Color information

#6B0E1B (or 0x6B0E1B) is unknown color: approx Pohutukawa. HEX triplet: 6B, 0E and 1B. RGB value is (107,14,27). Sum of RGB (Red+Green+Blue) = 107+14+27=148 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.30% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0E1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0E1B is #94F1E4. Grayscale: #2B2B2B. Windows color (decimal): -9761253 or 1773163. OLE color: 1773163.

HSL color Cylindrical-coordinate representation of color #6B0E1B: hue angle of 351.61º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B0E1B is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB1071427-
CMYK00.870.750.58
HSL351.61º76.86%23.73%-
HSV(B)351.61º86.92%41.96%-
XYZ6.423.521.38-
YUV43.29118.81173.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 72.30%
GREEN value IS 14 (5.86% from 255) = 9.46%
BLUE value IS 27 (10.94% from 255) = 18.24%
R=72.30%
G=9.46%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107142700.870.750.58351.6176.8623.73
Hex6BE1B0574B3A1604d18
Octal153163301271137254011530
Binary1101011111011011010101111001011111010101100000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,14,27); }

 H1.HeaderClassName
 {
   color: #6B0E1B;
 }
 .AnyTagClassName
 {
   color: #6B0E1B;
 }
</style>
background-color css

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

 a { background-color: rgb(107,14,27); }

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

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

 span { border-color: rgb(107,14,27); }

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