Html Css Color HEX #600723 Pohutukawa

📋 copy color: '#600723'

red 96 ◦ green 7 ◦ blue 35

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

Shades of Pohutukawa #600723

Tints of Pohutukawa #600723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.36%

R = 69.57%
G = 5.07%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#600723 (or 0x600723) is known color: Pohutukawa. HEX triplet: 60, 07 and 23. RGB value is (96,7,35). Sum of RGB (Red+Green+Blue) = 96+7+35=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #600723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600723 is #9FF8DC. Grayscale: #242424. Windows color (decimal): -10483933 or 2295648. OLE color: 2295648.

HSL color Cylindrical-coordinate representation of color #600723: hue angle of 341.12º 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 #600723 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 7 35 -
CMYK 0 0.93 0.64 0.62
HSL 341.12º 0.86% 0.2% -
HSV(B) 341.12º 0.93% 0.38% -
XYZ 5.2 2.76 1.85 -
YUV 36.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 96 7 35 0 0.93 0.64 0.62 341.12 0.86 0.2
Hex 60 7 23 0 5D 40 3E 155 56 14
Octal 140 7 43 0 135 100 76 525 126 24
Binary 1100000 111 100011 0 1011101 1000000 111110 101010101 1010110 10100

Color Harmonies of #600723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600723

Black with #600723

Text Example


Text Example

White with #600723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600723; }

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

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

background-color css

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

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

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

border-color css

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

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

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