Html Css Color HEX #61031A Pohutukawa

📋 copy color: '#61031A'

red 97 ◦ green 3 ◦ blue 26

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

Shades of Pohutukawa #61031A

Tints of Pohutukawa #61031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.63%

R = 76.98%
G = 2.38%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#61031A (or 0x61031A) is known color: Pohutukawa. HEX triplet: 61, 03 and 1A. RGB value is (97,3,26). Sum of RGB (Red+Green+Blue) = 97+3+26=126 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.98% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 97 - color contains mainly: red. Hex color #61031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61031A is #9EFCE5. Grayscale: #212121. Windows color (decimal): -10419430 or 1704801. OLE color: 1704801.

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

Color convert

RGB 97 3 26 -
CMYK 0 0.97 0.73 0.62
HSL 345.32º 0.94% 0.2% -
HSV(B) 345.32º 0.97% 0.38% -
XYZ 5.15 2.68 1.22 -
YUV 33.73 123.64 173.13 -
System Red Green Blue C M Y K H S L
Decimal 97 3 26 0 0.97 0.73 0.62 345.32 0.94 0.2
Hex 61 3 1A 0 61 49 3E 159 5E 14
Octal 141 3 32 0 141 111 76 531 136 24
Binary 1100001 11 11010 0 1100001 1001001 111110 101011001 1011110 10100

Color Harmonies of #61031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61031A

Black with #61031A

Text Example


Text Example

White with #61031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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