#6B151D

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

Shades of Pohutukawa #6B151D

Tints of Pohutukawa #6B151D

Color information

#6B151D (or 0x6B151D) is unknown color: approx Pohutukawa. HEX triplet: 6B, 15 and 1D. RGB value is (107,21,29). Sum of RGB (Red+Green+Blue) = 107+21+29=157 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.15% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 107 - color contains mainly: red. Hex color #6B151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B151D is #94EAE2. Grayscale: #2F2F2F. Windows color (decimal): -9759459 or 1906027. OLE color: 1906027.

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

Color convert

RGB1072129-
CMYK00.800.730.58
HSL354.42º67.19%25.1%-
HSV(B)354.42º80.37%41.96%-
XYZ6.553.751.54-
YUV47.63117.49170.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 68.15%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 29 (11.72% from 255) = 18.47%
R=68.15%
G=13.38%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107212900.800.730.58354.4267.1925.1
Hex6B151D050493A1624319
Octal153253501201117254210331
Binary11010111010111101010100001001001111010101100010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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