#6B151B

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

Shades of Pohutukawa #6B151B

Tints of Pohutukawa #6B151B

Color information

#6B151B (or 0x6B151B) is unknown color: approx Pohutukawa. HEX triplet: 6B, 15 and 1B. RGB value is (107,21,27). Sum of RGB (Red+Green+Blue) = 107+21+27=155 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.03% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 107 - color contains mainly: red. Hex color #6B151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B151B is #94EAE4. Grayscale: #2F2F2F. Windows color (decimal): -9759461 or 1774955. OLE color: 1774955.

HSL color Cylindrical-coordinate representation of color #6B151B: hue angle of 355.81º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B151B is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB1072127-
CMYK00.800.750.58
HSL355.81º67.19%25.1%-
HSV(B)355.81º80.37%41.96%-
XYZ6.533.741.41-
YUV47.4116.49170.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 69.03%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=69.03%
G=13.55%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107212700.800.750.58355.8167.1925.1
Hex6B151B0504B3A1644319
Octal153253301201137254410331
Binary11010111010111011010100001001011111010101100100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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