Html Css Color HEX #6B1625 Pohutukawa

📋 copy color: '#6B1625'

red 107 ◦ green 22 ◦ blue 37

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

Shades of Pohutukawa #6B1625

Tints of Pohutukawa #6B1625

RGB

 RED value IS 107 (42.19% from 255) = 64.46%

 GREEN value IS 22 (8.98% from 255) = 13.25%

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

R = 64.46%
G = 13.25%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#6B1625 (or 0x6B1625) is known color: Pohutukawa. HEX triplet: 6B, 16 and 25. RGB value is (107,22,37). Sum of RGB (Red+Green+Blue) = 107+22+37=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1625 is #94E9DA. Grayscale: #313131. Windows color (decimal): -9759195 or 2430571. OLE color: 2430571.

HSL color Cylindrical-coordinate representation of color #6B1625: hue angle of 349.41º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1625 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 22 37 -
CMYK 0 0.79 0.65 0.58
HSL 349.41º 0.66% 0.25% -
HSV(B) 349.41º 0.79% 0.42% -
XYZ 6.68 3.83 2.14 -
YUV 49.13 121.16 169.28 -
System Red Green Blue C M Y K H S L
Decimal 107 22 37 0 0.79 0.65 0.58 349.41 0.66 0.25
Hex 6B 16 25 0 4F 41 3A 15D 42 19
Octal 153 26 45 0 117 101 72 535 102 31
Binary 1101011 10110 100101 0 1001111 1000001 111010 101011101 1000010 11001

Color Harmonies of #6B1625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1625

Black with #6B1625

Text Example


Text Example

White with #6B1625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B1625; }

 p { color: rgb(107,22,37); }

 H1.HeaderClassName
 {
   color: #6B1625;
 }
 .AnyTagClassName
 {
   color: #6B1625;
 }
</style>

background-color css

<style>
 a { background-color: #6B1625; }

 a { background-color: rgb(107,22,37); }

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

border-color css

<style>
 span { border-color: #6B1625; }

 span { border-color: rgb(107,22,37); }

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