Html Css Color HEX #601723 Pohutukawa

📋 copy color: '#601723'

red 96 ◦ green 23 ◦ blue 35

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

Shades of Pohutukawa #601723

Tints of Pohutukawa #601723

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.94%

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

R = 62.34%
G = 14.94%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#601723 (or 0x601723) is known color: Pohutukawa. HEX triplet: 60, 17 and 23. RGB value is (96,23,35). Sum of RGB (Red+Green+Blue) = 96+23+35=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #601723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601723 is #9FE8DC. Grayscale: #2E2E2E. Windows color (decimal): -10479837 or 2299744. OLE color: 2299744.

HSL color Cylindrical-coordinate representation of color #601723: hue angle of 350.14º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601723 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 23 35 -
CMYK 0 0.76 0.64 0.62
HSL 350.14º 0.61% 0.23% -
HSV(B) 350.14º 0.76% 0.38% -
XYZ 5.43 3.22 1.93 -
YUV 46.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 96 23 35 0 0.76 0.64 0.62 350.14 0.61 0.23
Hex 60 17 23 0 4C 40 3E 15E 3D 17
Octal 140 27 43 0 114 100 76 536 75 27
Binary 1100000 10111 100011 0 1001100 1000000 111110 101011110 111101 10111

Color Harmonies of #601723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601723

Black with #601723

Text Example


Text Example

White with #601723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601723; }

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

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

background-color css

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

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

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

border-color css

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

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

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