Html Css Color HEX #60232A Pohutukawa

📋 copy color: '#60232A'

red 96 ◦ green 35 ◦ blue 42

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

Shades of Pohutukawa #60232A

Tints of Pohutukawa #60232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.23%

 BLUE value IS 42 (16.8% from 255) = 24.28%

R = 55.49%
G = 20.23%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#60232A (or 0x60232A) is known color: Pohutukawa. HEX triplet: 60, 23 and 2A. RGB value is (96,35,42). Sum of RGB (Red+Green+Blue) = 96+35+42=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #60232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60232A is #9FDCD5. Grayscale: #363636. Windows color (decimal): -10476758 or 2761568. OLE color: 2761568.

HSL color Cylindrical-coordinate representation of color #60232A: hue angle of 353.11º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60232A is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 35 42 -
CMYK 0 0.64 0.56 0.62
HSL 353.11º 0.47% 0.26% -
HSV(B) 353.11º 0.64% 0.38% -
XYZ 5.84 3.86 2.63 -
YUV 54.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 96 35 42 0 0.64 0.56 0.62 353.11 0.47 0.26
Hex 60 23 2A 0 40 38 3E 161 2F 1A
Octal 140 43 52 0 100 70 76 541 57 32
Binary 1100000 100011 101010 0 1000000 111000 111110 101100001 101111 11010

Color Harmonies of #60232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60232A

Black with #60232A

Text Example


Text Example

White with #60232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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