Html Css Color HEX #630F29 Pohutukawa

📋 copy color: '#630F29'

red 99 ◦ green 15 ◦ blue 41

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

Shades of Pohutukawa #630F29

Tints of Pohutukawa #630F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.68%

 BLUE value IS 41 (16.41% from 255) = 26.45%

R = 63.87%
G = 9.68%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#630F29 (or 0x630F29) is known color: Pohutukawa. HEX triplet: 63, 0F and 29. RGB value is (99,15,41). Sum of RGB (Red+Green+Blue) = 99+15+41=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #630F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F29 is #9CF0D6. Grayscale: #2B2B2B. Windows color (decimal): -10285271 or 2690915. OLE color: 2690915.

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

Color convert

RGB 99 15 41 -
CMYK 0 0.85 0.59 0.61
HSL 341.43º 0.74% 0.22% -
HSV(B) 341.43º 0.85% 0.39% -
XYZ 5.72 3.15 2.41 -
YUV 43.08 126.83 167.89 -
System Red Green Blue C M Y K H S L
Decimal 99 15 41 0 0.85 0.59 0.61 341.43 0.74 0.22
Hex 63 F 29 0 55 3B 3D 155 4A 16
Octal 143 17 51 0 125 73 75 525 112 26
Binary 1100011 1111 101001 0 1010101 111011 111101 101010101 1001010 10110

Color Harmonies of #630F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630F29

Black with #630F29

Text Example


Text Example

White with #630F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,15,41); }

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

background-color css

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

 a { background-color: rgb(99,15,41); }

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

border-color css

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

 span { border-color: rgb(99,15,41); }

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