Html Css Color HEX #5A070F Pohutukawa

📋 copy color: '#5A070F'

red 90 ◦ green 7 ◦ blue 15

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

Shades of Pohutukawa #5A070F

Tints of Pohutukawa #5A070F

RGB

 RED value IS 90 (35.55% from 255) = 80.36%

 GREEN value IS 7 (3.13% from 255) = 6.25%

 BLUE value IS 15 (6.25% from 255) = 13.39%

R = 80.36%
G = 6.25%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#5A070F (or 0x5A070F) is known color: Pohutukawa. HEX triplet: 5A, 07 and 0F. RGB value is (90,7,15). Sum of RGB (Red+Green+Blue) = 90+7+15=112 (14% of max value = 765). Red value is 90 (35.55% from 255 or 80.36% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 90 - color contains mainly: red. Hex color #5A070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A070F is #A5F8F0. Grayscale: #202020. Windows color (decimal): -10877169 or 984922. OLE color: 984922.

HSL color Cylindrical-coordinate representation of color #5A070F: hue angle of 354.22º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A070F is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 7 15 -
CMYK 0 0.92 0.83 0.65
HSL 354.22º 0.86% 0.19% -
HSV(B) 354.22º 0.92% 0.35% -
XYZ 4.38 2.36 0.68 -
YUV 32.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 90 7 15 0 0.92 0.83 0.65 354.22 0.86 0.19
Hex 5A 7 F 0 5C 53 41 162 56 13
Octal 132 7 17 0 134 123 101 542 126 23
Binary 1011010 111 1111 0 1011100 1010011 1000001 101100010 1010110 10011

Color Harmonies of #5A070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A070F

Black with #5A070F

Text Example


Text Example

White with #5A070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,7,15); }

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

background-color css

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

 a { background-color: rgb(90,7,15); }

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

border-color css

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

 span { border-color: rgb(90,7,15); }

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