Html Css Color HEX #621A2A Pohutukawa

📋 copy color: '#621A2A'

red 98 ◦ green 26 ◦ blue 42

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

Shades of Pohutukawa #621A2A

Tints of Pohutukawa #621A2A

RGB

 RED value IS 98 (38.67% from 255) = 59.04%

 GREEN value IS 26 (10.55% from 255) = 15.66%

 BLUE value IS 42 (16.8% from 255) = 25.3%

R = 59.04%
G = 15.66%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#621A2A (or 0x621A2A) is known color: Pohutukawa. HEX triplet: 62, 1A and 2A. RGB value is (98,26,42). Sum of RGB (Red+Green+Blue) = 98+26+42=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #621A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A2A is #9DE5D5. Grayscale: #313131. Windows color (decimal): -10347990 or 2759266. OLE color: 2759266.

HSL color Cylindrical-coordinate representation of color #621A2A: hue angle of 346.67º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #621A2A is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 26 42 -
CMYK 0 0.73 0.57 0.62
HSL 346.67º 0.58% 0.24% -
HSV(B) 346.67º 0.73% 0.38% -
XYZ 5.82 3.5 2.56 -
YUV 49.35 123.85 162.7 -
System Red Green Blue C M Y K H S L
Decimal 98 26 42 0 0.73 0.57 0.62 346.67 0.58 0.24
Hex 62 1A 2A 0 49 39 3E 15B 3A 18
Octal 142 32 52 0 111 71 76 533 72 30
Binary 1100010 11010 101010 0 1001001 111001 111110 101011011 111010 11000

Color Harmonies of #621A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A2A

Black with #621A2A

Text Example


Text Example

White with #621A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621A2A; }

 p { color: rgb(98,26,42); }

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

background-color css

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

 a { background-color: rgb(98,26,42); }

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

border-color css

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

 span { border-color: rgb(98,26,42); }

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