Html Css Color HEX #630B2B Pohutukawa

📋 copy color: '#630B2B'

red 99 ◦ green 11 ◦ blue 43

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

Shades of Pohutukawa #630B2B

Tints of Pohutukawa #630B2B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.19%

 BLUE value IS 43 (17.19% from 255) = 28.1%

R = 64.71%
G = 7.19%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#630B2B (or 0x630B2B) is known color: Pohutukawa. HEX triplet: 63, 0B and 2B. RGB value is (99,11,43). Sum of RGB (Red+Green+Blue) = 99+11+43=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #630B2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630B2B is #9CF4D4. Grayscale: #282828. Windows color (decimal): -10286293 or 2820963. OLE color: 2820963.

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

Color convert

RGB 99 11 43 -
CMYK 0 0.89 0.57 0.61
HSL 338.18º 0.8% 0.22% -
HSV(B) 338.18º 0.89% 0.39% -
XYZ 5.7 3.07 2.58 -
YUV 40.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 99 11 43 0 0.89 0.57 0.61 338.18 0.8 0.22
Hex 63 B 2B 0 59 39 3D 152 50 16
Octal 143 13 53 0 131 71 75 522 120 26
Binary 1100011 1011 101011 0 1011001 111001 111101 101010010 1010000 10110

Color Harmonies of #630B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630B2B

Black with #630B2B

Text Example


Text Example

White with #630B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,11,43); }

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

background-color css

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

 a { background-color: rgb(99,11,43); }

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

border-color css

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

 span { border-color: rgb(99,11,43); }

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