#5C102A

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

Shades of Pohutukawa #5C102A

Tints of Pohutukawa #5C102A

Color information

#5C102A (or 0x5C102A) is unknown color: approx Pohutukawa. HEX triplet: 5C, 10 and 2A. RGB value is (92,16,42). Sum of RGB (Red+Green+Blue) = 92+16+42=150 (19% of max value = 765). Red value is 92 (36.33% from 255 or 61.33% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 92 - color contains mainly: red. Hex color #5C102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C102A is #A3EFD5. Grayscale: #292929. Windows color (decimal): -10743766 or 2756700. OLE color: 2756700.

HSL color Cylindrical-coordinate representation of color #5C102A: hue angle of 339.47º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C102A is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB921642-
CMYK00.830.540.64
HSL339.47º70.37%21.18%-
HSV(B)339.47º82.61%36.08%-
XYZ5.022.812.47-
YUV41.69128.18163.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 61.33%
GREEN value IS 16 (6.64% from 255) = 10.67%
BLUE value IS 42 (16.80% from 255) = 28%
R=61.33%
G=10.67%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92164200.830.540.64339.4770.3721.18
Hex5C102A05336401534615
Octal134205201236610052310625
Binary101110010000101010010100111101101000000101010011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C102A; }

 p { color: rgb(92,16,42); }

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

<style>
 a { background-color: #5C102A; }

 a { background-color: rgb(92,16,42); }

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

<style>
 span { border-color: #5C102A; }

 span { border-color: rgb(92,16,42); }

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