Html Css Color HEX #630D2A Pohutukawa

📋 copy color: '#630D2A'

red 99 ◦ green 13 ◦ blue 42

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

Shades of Pohutukawa #630D2A

Tints of Pohutukawa #630D2A

RGB

 RED value IS 99 (39.06% from 255) = 64.29%

 GREEN value IS 13 (5.47% from 255) = 8.44%

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

R = 64.29%
G = 8.44%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#630D2A (or 0x630D2A) is known color: Pohutukawa. HEX triplet: 63, 0D and 2A. RGB value is (99,13,42). Sum of RGB (Red+Green+Blue) = 99+13+42=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #630D2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630D2A is #9CF2D5. Grayscale: #292929. Windows color (decimal): -10285782 or 2755939. OLE color: 2755939.

HSL color Cylindrical-coordinate representation of color #630D2A: hue angle of 339.77º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #630D2A is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 13 42 -
CMYK 0 0.87 0.58 0.61
HSL 339.77º 0.77% 0.22% -
HSV(B) 339.77º 0.87% 0.39% -
XYZ 5.71 3.11 2.49 -
YUV 42.02 127.99 168.64 -
System Red Green Blue C M Y K H S L
Decimal 99 13 42 0 0.87 0.58 0.61 339.77 0.77 0.22
Hex 63 D 2A 0 57 3A 3D 154 4D 16
Octal 143 15 52 0 127 72 75 524 115 26
Binary 1100011 1101 101010 0 1010111 111010 111101 101010100 1001101 10110

Color Harmonies of #630D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630D2A

Black with #630D2A

Text Example


Text Example

White with #630D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630D2A; }

 p { color: rgb(99,13,42); }

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

background-color css

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

 a { background-color: rgb(99,13,42); }

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

border-color css

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

 span { border-color: rgb(99,13,42); }

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