#6B1A27

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

Shades of Pohutukawa #6B1A27

Tints of Pohutukawa #6B1A27

Color information

#6B1A27 (or 0x6B1A27) is unknown color: approx Pohutukawa. HEX triplet: 6B, 1A and 27. RGB value is (107,26,39). Sum of RGB (Red+Green+Blue) = 107+26+39=172 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.21% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1A27 is #94E5D8. Grayscale: #333333. Windows color (decimal): -9758169 or 2562667. OLE color: 2562667.

HSL color Cylindrical-coordinate representation of color #6B1A27: hue angle of 350.37º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B1A27 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB1072639-
CMYK00.760.640.58
HSL350.37º60.9%26.08%-
HSV(B)350.37º75.7%41.96%-
XYZ6.84.012.34-
YUV51.7120.84167.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 62.21%
GREEN value IS 26 (10.55% from 255) = 15.12%
BLUE value IS 39 (15.62% from 255) = 22.67%
R=62.21%
G=15.12%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107263900.760.640.58350.3760.926.08
Hex6B1A2704C403A15e3d1a
Octal15332470114100725367532
Binary11010111101010011101001100100000011101010101111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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