Html Css Color HEX #610313 Pohutukawa

📋 copy color: '#610313'

red 97 ◦ green 3 ◦ blue 19

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

Shades of Pohutukawa #610313

Tints of Pohutukawa #610313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.97%

R = 81.51%
G = 2.52%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#610313 (or 0x610313) is known color: Pohutukawa. HEX triplet: 61, 03 and 13. RGB value is (97,3,19). Sum of RGB (Red+Green+Blue) = 97+3+19=119 (15% of max value = 765). Red value is 97 (38.28% from 255 or 81.51% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 97 - color contains mainly: red. Hex color #610313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610313 is #9EFCEC. Grayscale: #202020. Windows color (decimal): -10419437 or 1246049. OLE color: 1246049.

HSL color Cylindrical-coordinate representation of color #610313: hue angle of 349.79º 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 #610313 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 3 19 -
CMYK 0 0.97 0.80 0.62
HSL 349.79º 0.94% 0.2% -
HSV(B) 349.79º 0.97% 0.38% -
XYZ 5.08 2.65 0.86 -
YUV 32.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 97 3 19 0 0.97 0.80 0.62 349.79 0.94 0.2
Hex 61 3 13 0 61 50 3E 15E 5E 14
Octal 141 3 23 0 141 120 76 536 136 24
Binary 1100001 11 10011 0 1100001 1010000 111110 101011110 1011110 10100

Color Harmonies of #610313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610313

Black with #610313

Text Example


Text Example

White with #610313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610313; }

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

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

background-color css

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

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

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

border-color css

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

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

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