Html Css Color HEX #601223 Pohutukawa

📋 copy color: '#601223'

red 96 ◦ green 18 ◦ blue 35

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

Shades of Pohutukawa #601223

Tints of Pohutukawa #601223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.08%

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

R = 64.43%
G = 12.08%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#601223 (or 0x601223) is known color: Pohutukawa. HEX triplet: 60, 12 and 23. RGB value is (96,18,35). Sum of RGB (Red+Green+Blue) = 96+18+35=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #601223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601223 is #9FEDDC. Grayscale: #2B2B2B. Windows color (decimal): -10481117 or 2298464. OLE color: 2298464.

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

Color convert

RGB 96 18 35 -
CMYK 0 0.81 0.64 0.62
HSL 346.92º 0.68% 0.22% -
HSV(B) 346.92º 0.81% 0.38% -
XYZ 5.34 3.04 1.9 -
YUV 43.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 96 18 35 0 0.81 0.64 0.62 346.92 0.68 0.22
Hex 60 12 23 0 51 40 3E 15B 44 16
Octal 140 22 43 0 121 100 76 533 104 26
Binary 1100000 10010 100011 0 1010001 1000000 111110 101011011 1000100 10110

Color Harmonies of #601223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601223

Black with #601223

Text Example


Text Example

White with #601223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601223; }

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

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

background-color css

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

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

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

border-color css

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

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

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