Html Css Color HEX #600713 Pohutukawa

📋 copy color: '#600713'

red 96 ◦ green 7 ◦ blue 19

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

Shades of Pohutukawa #600713

Tints of Pohutukawa #600713

RGB

 RED value IS 96 (37.89% from 255) = 78.69%

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

 BLUE value IS 19 (7.81% from 255) = 15.57%

R = 78.69%
G = 5.74%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#600713 (or 0x600713) is known color: Pohutukawa. HEX triplet: 60, 07 and 13. RGB value is (96,7,19). Sum of RGB (Red+Green+Blue) = 96+7+19=122 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.69% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 96 - color contains mainly: red. Hex color #600713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600713 is #9FF8EC. Grayscale: #232323. Windows color (decimal): -10483949 or 1247072. OLE color: 1247072.

HSL color Cylindrical-coordinate representation of color #600713: hue angle of 351.91º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600713 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 7 19 -
CMYK 0 0.93 0.80 0.62
HSL 351.91º 0.86% 0.2% -
HSV(B) 351.91º 0.93% 0.38% -
XYZ 5.02 2.69 0.87 -
YUV 34.98 118.99 171.52 -
System Red Green Blue C M Y K H S L
Decimal 96 7 19 0 0.93 0.80 0.62 351.91 0.86 0.2
Hex 60 7 13 0 5D 50 3E 160 56 14
Octal 140 7 23 0 135 120 76 540 126 24
Binary 1100000 111 10011 0 1011101 1010000 111110 101100000 1010110 10100

Color Harmonies of #600713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600713

Black with #600713

Text Example


Text Example

White with #600713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600713; }

 p { color: rgb(96,7,19); }

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

background-color css

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

 a { background-color: rgb(96,7,19); }

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

border-color css

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

 span { border-color: rgb(96,7,19); }

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