#6A131C

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

Shades of Pohutukawa #6A131C

Tints of Pohutukawa #6A131C

Color information

#6A131C (or 0x6A131C) is unknown color: approx Pohutukawa. HEX triplet: 6A, 13 and 1C. RGB value is (106,19,28). Sum of RGB (Red+Green+Blue) = 106+19+28=153 (20% of max value = 765). Red value is 106 (41.80% from 255 or 69.28% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 106 - color contains mainly: red. Hex color #6A131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A131C is #95ECE3. Grayscale: #2E2E2E. Windows color (decimal): -9825508 or 1839978. OLE color: 1839978.

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

Color convert

RGB1061928-
CMYK00.820.740.58
HSL353.79º69.6%24.51%-
HSV(B)353.79º82.08%41.57%-
XYZ6.393.611.46-
YUV46.04117.82170.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 69.28%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 28 (11.33% from 255) = 18.30%
R=69.28%
G=12.42%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106192800.820.740.58353.7969.624.51
Hex6A131C0524A3A1624619
Octal152233401221127254210631
Binary11010101001111100010100101001010111010101100010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,19,28); }

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

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

 a { background-color: rgb(106,19,28); }

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

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

 span { border-color: rgb(106,19,28); }

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