Html Css Color HEX #5D0315 Pohutukawa

📋 copy color: '#5D0315'

red 93 ◦ green 3 ◦ blue 21

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

Shades of Pohutukawa #5D0315

Tints of Pohutukawa #5D0315

RGB

 RED value IS 93 (36.72% from 255) = 79.49%

 GREEN value IS 3 (1.56% from 255) = 2.56%

 BLUE value IS 21 (8.59% from 255) = 17.95%

R = 79.49%
G = 2.56%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#5D0315 (or 0x5D0315) is known color: Pohutukawa. HEX triplet: 5D, 03 and 15. RGB value is (93,3,21). Sum of RGB (Red+Green+Blue) = 93+3+21=117 (15% of max value = 765). Red value is 93 (36.72% from 255 or 79.49% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0315 is #A2FCEA. Grayscale: #1F1F1F. Windows color (decimal): -10681579 or 1377117. OLE color: 1377117.

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

Color convert

RGB 93 3 21 -
CMYK 0 0.97 0.77 0.64
HSL 348º 0.94% 0.19% -
HSV(B) 348º 0.97% 0.36% -
XYZ 4.68 2.45 0.93 -
YUV 31.96 121.82 171.54 -
System Red Green Blue C M Y K H S L
Decimal 93 3 21 0 0.97 0.77 0.64 348 0.94 0.19
Hex 5D 3 15 0 61 4D 40 15C 5E 13
Octal 135 3 25 0 141 115 100 534 136 23
Binary 1011101 11 10101 0 1100001 1001101 1000000 101011100 1011110 10011

Color Harmonies of #5D0315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0315

Black with #5D0315

Text Example


Text Example

White with #5D0315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,3,21); }

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

background-color css

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

 a { background-color: rgb(93,3,21); }

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

border-color css

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

 span { border-color: rgb(93,3,21); }

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