Html Css Color HEX #60232F Pohutukawa

📋 copy color: '#60232F'

red 96 ◦ green 35 ◦ blue 47

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

Shades of Pohutukawa #60232F

Tints of Pohutukawa #60232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.4%

R = 53.93%
G = 19.66%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#60232F (or 0x60232F) is known color: Pohutukawa. HEX triplet: 60, 23 and 2F. RGB value is (96,35,47). Sum of RGB (Red+Green+Blue) = 96+35+47=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60232F is #9FDCD0. Grayscale: #363636. Windows color (decimal): -10476753 or 3089248. OLE color: 3089248.

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

Color convert

RGB 96 35 47 -
CMYK 0 0.64 0.51 0.62
HSL 348.2º 0.47% 0.26% -
HSV(B) 348.2º 0.64% 0.38% -
XYZ 5.94 3.89 3.13 -
YUV 54.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 96 35 47 0 0.64 0.51 0.62 348.2 0.47 0.26
Hex 60 23 2F 0 40 33 3E 15C 2F 1A
Octal 140 43 57 0 100 63 76 534 57 32
Binary 1100000 100011 101111 0 1000000 110011 111110 101011100 101111 11010

Color Harmonies of #60232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60232F

Black with #60232F

Text Example


Text Example

White with #60232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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