Html Css Color HEX #630F25 Pohutukawa

📋 copy color: '#630F25'

red 99 ◦ green 15 ◦ blue 37

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

Shades of Pohutukawa #630F25

Tints of Pohutukawa #630F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.5%

R = 65.56%
G = 9.93%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#630F25 (or 0x630F25) is known color: Pohutukawa. HEX triplet: 63, 0F and 25. RGB value is (99,15,37). Sum of RGB (Red+Green+Blue) = 99+15+37=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #630F25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F25 is #9CF0DA. Grayscale: #2A2A2A. Windows color (decimal): -10285275 or 2428771. OLE color: 2428771.

HSL color Cylindrical-coordinate representation of color #630F25: hue angle of 344.29º 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 #630F25 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 15 37 -
CMYK 0 0.85 0.63 0.61
HSL 344.29º 0.74% 0.22% -
HSV(B) 344.29º 0.85% 0.39% -
XYZ 5.65 3.13 2.06 -
YUV 42.62 124.83 168.21 -
System Red Green Blue C M Y K H S L
Decimal 99 15 37 0 0.85 0.63 0.61 344.29 0.74 0.22
Hex 63 F 25 0 55 3F 3D 158 4A 16
Octal 143 17 45 0 125 77 75 530 112 26
Binary 1100011 1111 100101 0 1010101 111111 111101 101011000 1001010 10110

Color Harmonies of #630F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630F25

Black with #630F25

Text Example


Text Example

White with #630F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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