#6B131B

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

Shades of Pohutukawa #6B131B

Tints of Pohutukawa #6B131B

Color information

#6B131B (or 0x6B131B) is unknown color: approx Pohutukawa. HEX triplet: 6B, 13 and 1B. RGB value is (107,19,27). Sum of RGB (Red+Green+Blue) = 107+19+27=153 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.93% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 107 - color contains mainly: red. Hex color #6B131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B131B is #94ECE4. Grayscale: #2E2E2E. Windows color (decimal): -9759973 or 1774443. OLE color: 1774443.

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

Color convert

RGB1071927-
CMYK00.820.750.58
HSL354.55º69.84%24.71%-
HSV(B)354.55º82.24%41.96%-
XYZ6.493.671.4-
YUV46.22117.15171.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 69.93%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 27 (10.94% from 255) = 17.65%
R=69.93%
G=12.42%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107192700.820.750.58354.5569.8424.71
Hex6B131B0524B3A1634619
Octal153233301221137254310631
Binary11010111001111011010100101001011111010101100011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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