Html Css Color HEX #5C050B Pohutukawa

📋 copy color: '#5C050B'

red 92 ◦ green 5 ◦ blue 11

#5C050B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #5C050B

Tints of Pohutukawa #5C050B

RGB

 RED value IS 92 (36.33% from 255) = 85.19%

 GREEN value IS 5 (2.34% from 255) = 4.63%

 BLUE value IS 11 (4.69% from 255) = 10.19%

R = 85.19%
G = 4.63%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#5C050B (or 0x5C050B) is known color: Pohutukawa. HEX triplet: 5C, 05 and 0B. RGB value is (92,5,11). Sum of RGB (Red+Green+Blue) = 92+5+11=108 (14% of max value = 765). Red value is 92 (36.33% from 255 or 85.19% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 92 - color contains mainly: red. Hex color #5C050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C050B is #A3FAF4. Grayscale: #1F1F1F. Windows color (decimal): -10746613 or 722268. OLE color: 722268.

HSL color Cylindrical-coordinate representation of color #5C050B: hue angle of 355.86º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C050B is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 5 11 -
CMYK 0 0.95 0.88 0.64
HSL 355.86º 0.9% 0.19% -
HSV(B) 355.86º 0.95% 0.36% -
XYZ 4.53 2.41 0.54 -
YUV 31.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 92 5 11 0 0.95 0.88 0.64 355.86 0.9 0.19
Hex 5C 5 B 0 5F 58 40 164 5A 13
Octal 134 5 13 0 137 130 100 544 132 23
Binary 1011100 101 1011 0 1011111 1011000 1000000 101100100 1011010 10011

Color Harmonies of #5C050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C050B

Black with #5C050B

Text Example


Text Example

White with #5C050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,5,11); }

 H1.HeaderClassName
 {
   color: #5C050B;
 }
 .AnyTagClassName
 {
   color: #5C050B;
 }
</style>

background-color css

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

 a { background-color: rgb(92,5,11); }

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

border-color css

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

 span { border-color: rgb(92,5,11); }

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