Html Css Color HEX #610323 Pohutukawa

📋 copy color: '#610323'

red 97 ◦ green 3 ◦ blue 35

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

Shades of Pohutukawa #610323

Tints of Pohutukawa #610323

RGB

 RED value IS 97 (38.28% from 255) = 71.85%

 GREEN value IS 3 (1.56% from 255) = 2.22%

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

R = 71.85%
G = 2.22%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#610323 (or 0x610323) is known color: Pohutukawa. HEX triplet: 61, 03 and 23. RGB value is (97,3,35). Sum of RGB (Red+Green+Blue) = 97+3+35=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #610323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610323 is #9EFCDC. Grayscale: #222222. Windows color (decimal): -10419421 or 2294625. OLE color: 2294625.

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

Color convert

RGB 97 3 35 -
CMYK 0 0.97 0.64 0.62
HSL 339.57º 0.94% 0.2% -
HSV(B) 339.57º 0.97% 0.38% -
XYZ 5.27 2.73 1.84 -
YUV 34.75 128.14 172.4 -
System Red Green Blue C M Y K H S L
Decimal 97 3 35 0 0.97 0.64 0.62 339.57 0.94 0.2
Hex 61 3 23 0 61 40 3E 154 5E 14
Octal 141 3 43 0 141 100 76 524 136 24
Binary 1100001 11 100011 0 1100001 1000000 111110 101010100 1011110 10100

Color Harmonies of #610323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610323

Black with #610323

Text Example


Text Example

White with #610323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610323; }

 p { color: rgb(97,3,35); }

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

background-color css

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

 a { background-color: rgb(97,3,35); }

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

border-color css

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

 span { border-color: rgb(97,3,35); }

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