Html Css Color HEX #601323 Pohutukawa

📋 copy color: '#601323'

red 96 ◦ green 19 ◦ blue 35

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

Shades of Pohutukawa #601323

Tints of Pohutukawa #601323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.67%

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

R = 64%
G = 12.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#601323 (or 0x601323) is known color: Pohutukawa. HEX triplet: 60, 13 and 23. RGB value is (96,19,35). Sum of RGB (Red+Green+Blue) = 96+19+35=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #601323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601323 is #9FECDC. Grayscale: #2B2B2B. Windows color (decimal): -10480861 or 2298720. OLE color: 2298720.

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

Color convert

RGB 96 19 35 -
CMYK 0 0.80 0.64 0.62
HSL 347.53º 0.67% 0.23% -
HSV(B) 347.53º 0.8% 0.38% -
XYZ 5.36 3.07 1.9 -
YUV 43.85 123.01 165.2 -
System Red Green Blue C M Y K H S L
Decimal 96 19 35 0 0.80 0.64 0.62 347.53 0.67 0.23
Hex 60 13 23 0 50 40 3E 15C 43 17
Octal 140 23 43 0 120 100 76 534 103 27
Binary 1100000 10011 100011 0 1010000 1000000 111110 101011100 1000011 10111

Color Harmonies of #601323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601323

Black with #601323

Text Example


Text Example

White with #601323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601323; }

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

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

background-color css

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

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

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

border-color css

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

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

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