Html Css Color HEX #61212F Pohutukawa

📋 copy color: '#61212F'

red 97 ◦ green 33 ◦ blue 47

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

Shades of Pohutukawa #61212F

Tints of Pohutukawa #61212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.64%

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

R = 54.8%
G = 18.64%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#61212F (or 0x61212F) is known color: Pohutukawa. HEX triplet: 61, 21 and 2F. RGB value is (97,33,47). Sum of RGB (Red+Green+Blue) = 97+33+47=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61212F is #9EDED0. Grayscale: #353535. Windows color (decimal): -10411729 or 3088737. OLE color: 3088737.

HSL color Cylindrical-coordinate representation of color #61212F: hue angle of 346.88º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61212F is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 33 47 -
CMYK 0 0.66 0.52 0.62
HSL 346.88º 0.49% 0.25% -
HSV(B) 346.88º 0.66% 0.38% -
XYZ 5.99 3.83 3.11 -
YUV 53.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 97 33 47 0 0.66 0.52 0.62 346.88 0.49 0.25
Hex 61 21 2F 0 42 34 3E 15B 31 19
Octal 141 41 57 0 102 64 76 533 61 31
Binary 1100001 100001 101111 0 1000010 110100 111110 101011011 110001 11001

Color Harmonies of #61212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61212F

Black with #61212F

Text Example


Text Example

White with #61212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,33,47); }

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

background-color css

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

 a { background-color: rgb(97,33,47); }

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

border-color css

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

 span { border-color: rgb(97,33,47); }

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